home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 37
/
CD Expert nº 37.iso
/
LastCall
/
lastcall.exe
/
stuff
/
lastcall.dxr
/
00123_Flash rect toggle in tester.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-03-27
|
246 b
|
9 lines
on mouseUp
global gShowFlashRects, gCharacterSprites, gArbusSprite
gShowFlashRects = not gShowFlashRects
repeat with X in gCharacterSprites
sendSprite(X, #setFlashRectsInk)
end repeat
sendSprite(gArbusSprite, #setFlashRectsInk)
end